Skip to content

PropertyObservable class

Attributes: [EditorBrowsable(EditorBrowsableState.1)]

Defined in

Namespace: ReactiveUI.Binding.Observables Assembly: ReactiveUI.Binding.dll Full name: ReactiveUI.Binding.Observables.PropertyObservable<T> Modifiers: public sealed

Summary

View source

Fused property observation observable for INotifyPropertyChanged objects. Collapses Observable.Create + StartWith + DistinctUntilChanged into a single allocation. Emits the current value on subscription, then emits new values when the property changes.

Applies to

net10.0, net10.0-browserwasm1.0, net10.0-desktop1.0, net9.0, net9.0-browserwasm1.0, net9.0-desktop1.0, net8.0, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.2, net8.0-macos14.5, net8.0-tvos17.2, netstandard2.1, net462, net481

Class hierarchy
classDiagram
class PropertyObservable~T~
class IObservable~T~ {
    <>
}
IObservable~T~ <|.. PropertyObservable~T~

Implements: IObservable

Constructors

NameSummary
.ctorInitializes a new instance of the [PropertyObservable](# class.

Methods

NameSummary
Subscribe
Inherited members